home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / sheepsho.swf / scripts / frame_233 / DoAction.as
Text File  |  2012-04-23  |  354b  |  21 lines

  1. function B1(t)
  2. {
  3.    return t * t;
  4. }
  5. function B2(t)
  6. {
  7.    return 2 * t * (1 - t);
  8. }
  9. function B3(t)
  10. {
  11.    return (1 - t) * (1 - t);
  12. }
  13. level = 1;
  14. score = 0;
  15. hitobsok = 0;
  16. obstacletime = random(100) + 50;
  17. setProperty("obstacle1", _Y, 224);
  18. setProperty("obstacle2", _Y, 224);
  19. setProperty("obstacle3", _Y, 224);
  20. choose = (random(3) + 1) * 2;
  21.